home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / calc16.zip / DEMO.RMK < prev    next >
Text File  |  1993-04-24  |  267b  |  17 lines

  1.  
  2. //
  3. // demo.rmk
  4. // Make file for calceasy.prg
  5. //
  6. // Touchstone Business Creations.
  7. //
  8.  
  9. .prg.obj:
  10.    CLIPPER $* /N /A /M /W
  11.  
  12. demo.obj : demo.prg
  13.  
  14. demo.exe : demo.obj
  15.    RTLINK fi demo lib calc /pll:base50
  16.    if not errorlevel 0 RTLINK fi demo lib calc
  17.